xenctx: Add command line option -t (--tag-stack-dump)
authorDon Slutz <dslutz@verizon.com>
Thu, 3 Apr 2014 19:06:57 +0000 (15:06 -0400)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 4 Apr 2014 08:28:07 +0000 (09:28 +0100)
commit8ccc27fea4a7feb90289ada8f04d47d70985e419
tree598554c2c4a823400f28fe211ddc57cd84514dc0
parent7308e895903afdc7477c4209ba51b375e5547721
xenctx: Add command line option -t (--tag-stack-dump)

If specified, add stack address to dump.

This is not the default because the result exceeds 80 characters per line.

Here is an example:

Stack:
ffffffff803ddf90ffffffff80048d19 0000000000200800 ffffffff803e7801 0000000000086800
ffffffff803ddfb00000000000000000 ffffffff80430720 ffffffff803e722f 80008e000010019c
ffffffff803ddfd000000000ffffffff 0000000000000000 0000000000000000 0000000000200000
ffffffff803ddff00000000000000000 0000000000000000

Signed-off-by: Don Slutz <Don@CloudSwitch.com>
Reviewed-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xentrace/xenctx.c